home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / info-service / gopher / mvs / gopher.ggmvs.README.v2r2 < prev    next >
Encoding:
Text File  |  1993-08-09  |  3.2 KB  |  90 lines

  1.  
  2. README for MVS Gopher Client and Server, Version 2, Release 2
  3.  
  4. August 9, 1993
  5.  
  6. Instructions:
  7.  
  8.  FTP the appropriate distribution file to your MVS system first.
  9.  
  10.  If you have a C compiler, then use.... gopher.ggmvs.distrib.cntl.v2r2
  11.  If you don't have a C compiler, use... gopher.ggmvs.distobj.cntl.v2r2
  12.  
  13.  Use something like the following:
  14.  
  15.  To FTP gopher.ggmvs.distrib.cntl.v2r2 (source distribution):
  16.  
  17.   ftp boombox.micro.umn.edu
  18.   anonymous
  19.   password@myhost.mydomain
  20.   cd /pub/gopher/mvs
  21.   get gopher.ggmvs.distrib.cntl.v2r2 GOPHER.DISTRIB.CNTL
  22.   quit
  23.  
  24.  To FTP gopher.ggmvs.distobj.cntl.v2r2 (object distribution):
  25.  
  26.   ftp boombox.micro.umn.edu
  27.   anonymous
  28.   password@myhost.mydomain
  29.   cd /pub/gopher/mvs
  30.   binary 
  31.   locsite recfm=fb lrecl=80 blksize=6160
  32.   get gopher.ggmvs.distobj.cntl.v2r2 GOPHER.DISTOBJ.CNTL
  33.   quit
  34.  
  35.  Please note that the *source* distribution is stored as a
  36.  RECFM=VB LRECL=259 file, to save space and speed up file transfer.
  37.  The *object* distribution is stored as RECFM=FB LRECL=80 because
  38.  there's no other way to store combination EBCDIC and object text
  39.  in a binary file.
  40.  
  41.  Either of these is one large JCL stream that executes the IEBUPDTE
  42.  utility to build several PDS's.  These PDS's are:
  43.  
  44.  GOPHER.INSTALL.CNTL    JCL to complete the build, readmes, miscellany
  45.  GOPHER.INSTALL.CLIST   CLISTs and REXX execs for client and server
  46.  GOPHER.INSTALL.PANEL   ISPF panels for the client
  47.  GOPHER.INSTALL.ABOUT   The "About This Gopher" text library
  48.  GOPHER.INSTALL.OBJ     Object modules *** OBJECT DISTRIBUTION ONLY ***
  49.  GOPHER.INSTALL.H       C headers      *** SOURCE DISTRIBUTION ONLY ***
  50.  GOPHER.INSTALL.C       C source       *** SOURCE DISTRIBUTION ONLY ***
  51.  
  52.  You can modify the job to generate a different prefix for the names
  53.  if you don't want to call them GOPHER.INSTALL.*.  You'll need to
  54.  provide your own JOB card, too.  Other than that, the JCL is ready
  55.  to run (from ISPF EDIT, anyway).  If you run into problems submitting
  56.  a RECFM=VB file, copy the file over into a RECFM=FB LRECL=80 data set
  57.  and then try it.
  58.  
  59.  Once you've done this, proceed to the $$README file in the .CNTL PDS,
  60.  which you can read once the first stage of the unload is done.  This
  61.  will tell you the rest of the steps to finish building Gopher.
  62.  
  63.  You may install just the client, just the server, or both the
  64.  client and the server.  It is purely up to what your needs are.
  65.  
  66. Legal stuff:
  67.  
  68. ------------------------------------------------------------------------
  69.  
  70.  Copyright (c) The Charles Stark Draper Laboratory, Inc., 1992, 1993
  71.  
  72.  This software is provided on an "AS IS" basis.  All warranties,
  73.  including the implied warranties of merchantability and fitness,
  74.  are expressly denied.
  75.  
  76.  Provided this copyright notice is included, this software may
  77.  be freely distributed and not offered for sale.
  78.  
  79.  Changes or modifications may be made and used only by the maker
  80.  of same, and not further distributed.  Such modifications should
  81.  be mailed to the author for consideration for addition to the
  82.  software and incorporation in subsequent releases.
  83.  
  84. ------------------------------------------------------------------------
  85.  
  86.  Questions?  Comments?  Suggestions?  Gripes?  Please email to...
  87.  
  88.  Steve Bacher      <seb@draper.com>
  89.  
  90.